﻿2026-09-09T00:01:26.7892242Z ##[group]Run $cargo  = @(cargo --version)[0]
2026-09-09T00:01:26.7892646Z [36;1m$cargo  = @(cargo --version)[0][0m
2026-09-09T00:01:26.7892953Z [36;1m$rustc  = @(rustc --version)[0][0m
2026-09-09T00:01:26.7893226Z [36;1m$clippy = @(cargo clippy --version)[0][0m
2026-09-09T00:01:26.7893503Z [36;1m# rustup is how both boxes are managed today, but the three versions above are[0m
2026-09-09T00:01:26.7893956Z [36;1m# what judges the lane. A box without rustup must still print a complete record:[0m
2026-09-09T00:01:26.7894314Z [36;1m# under GitHub's pwsh wrapper ($ErrorActionPreference = 'stop') a missing COMMAND[0m
2026-09-09T00:01:26.7894670Z [36;1m# is a terminating error, so absence is tested rather than caught, and a present[0m
2026-09-09T00:01:26.7895377Z [36;1m# rustup's non-zero exit is cleared so the trailing $LASTEXITCODE check cannot[0m
2026-09-09T00:01:26.7895656Z [36;1m# red a step whose whole job is to print.[0m
2026-09-09T00:01:26.7895900Z [36;1m$active = if (Get-Command rustup -ErrorAction SilentlyContinue) {[0m
2026-09-09T00:01:26.7896184Z [36;1m  @(rustup show active-toolchain 2>$null)[0][0m
2026-09-09T00:01:26.7896370Z [36;1m} else { $null }[0m
2026-09-09T00:01:26.7896510Z [36;1m$global:LASTEXITCODE = 0[0m
2026-09-09T00:01:26.7896710Z [36;1mif (-not $active) { $active = "(no rustup on PATH)" }[0m
2026-09-09T00:01:26.7896990Z [36;1mWrite-Host "TOOLCHAIN leg=windows runner=$env:RUNNER_NAME active=$active"[0m
2026-09-09T00:01:26.7897260Z [36;1mWrite-Host "TOOLCHAIN leg=windows $cargo"[0m
2026-09-09T00:01:26.7897461Z [36;1mWrite-Host "TOOLCHAIN leg=windows $rustc"[0m
2026-09-09T00:01:26.7897674Z [36;1mWrite-Host "TOOLCHAIN leg=windows clippy: $clippy"[0m
2026-09-09T00:01:26.7897921Z [36;1mif (-not $cargo -or -not $rustc -or -not $clippy) {[0m
2026-09-09T00:01:26.7898375Z [36;1m  Write-Error "TOOLCHAIN leg=windows INCOMPLETE — a version this run is judged by did not print"[0m
2026-09-09T00:01:26.7898803Z [36;1m  exit 1[0m
2026-09-09T00:01:26.7898934Z [36;1m}[0m
2026-09-09T00:01:26.7899044Z [36;1mexit 0[0m
2026-09-09T00:01:26.7904917Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-09-09T00:01:26.7905303Z env:
2026-09-09T00:01:26.7905514Z   SPT_TEST_EPHEMERAL_ADVISORY_PORTS: 1
2026-09-09T00:01:26.7905787Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-09-09T00:01:26.7906049Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-09-09T00:01:26.7912427Z   HEAVY: (package(spt-daemon) & kind(test) & binary(/^(attach|brain_resume_conn_deadlock|brain_swap|broker|budget|conn_blackhole_lifecycle|controller_lease|daemon_e2e|daemon_lifecycle_real_brain|digest|dispatch|driven_by_selfheal|endpoint_lifecycle|endpoint_survival|exit_every_reap|handoff|idempotent|inject_control_wedge|input_ack_deadlock|mesh_recovery|net_worker_starve|redispatch|redispatch_stall|registry_lifecycle|render_lifecycle|resize_geometry_epoch|resize_presentation_barrier|restart_replay_lifetime|resume|shellchan|spawn_truth|transport_death_eof|two_origin_spanning|twohost|twohost_web)$/)) | (package(spt) & kind(test) & binary(/^(activity_link_push_e2e|attach_link_push_e2e|attach_wedge_e2e|bind_cwd_project_e2e|bind_honest_cross_perch_e2e|brain_respawn_rename|brain_split|brain_survive|commune_two_cwd_e2e|coordinator_image_e2e|daemon_refresh_e2e|dummy_harness_e2e|endpoint_autostart_e2e|endpoint_teardown_authority_e2e|engine_room_bringup_e2e|er_brief_once_per_session_e2e|er_briefing_presentation_e2e|er_briefing_presented_e2e|er_briefing_session_scoped_e2e|er_sequestered_cwd_e2e|gateway_owner_shell_e2e|idle_edge_drain_e2e|idle_edge_seal_e2e|job_escape_e2e|knock_approve_not_hostage_e2e|knock_mutual_cross_node_e2e|live_adapt_translation_swap_e2e|livehost_bootgate_e2e|multi_subnet_bringup_e2e|n1_compat|n1_pairing|oneliner_e2e|projindex_reader_e2e|projindex_writer_e2e|psyche_download_e2e|rc_attach_truth|resident_service_e2e|resume_no_control_steal_e2e|resume_template_e2e|run_no_dup_session_e2e|trial_drain_drive_e2e|twohost_cli|wake_resume_bind_e2e|webserve_attachment_e2e|webserve_cross_node_e2e)$/)) | (package(spt-term) & kind(test))
2026-09-09T00:01:26.7920157Z ##[endgroup]
2026-09-09T00:01:27.3321637Z TOOLCHAIN leg=windows runner=hfenduleam active=1.96.0-x86_64-pc-windows-msvc (overridden by 'C:\actions-runner\_work\spt-bs-core\spt-bs-core\rust-toolchain.toml')
2026-09-09T00:01:27.3324159Z TOOLCHAIN leg=windows cargo 1.96.0 (30a34c682 2026-05-25)
2026-09-09T00:01:27.3326382Z TOOLCHAIN leg=windows rustc 1.96.0 (ac68faa20 2026-05-25)
2026-09-09T00:01:27.3328548Z TOOLCHAIN leg=windows clippy: clippy 0.1.96 (ac68faa20c 2026-05-25)
